deno.land / x / fresh@1.1.1 / tests / fixture / routes / books / [id].tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { PageProps, RouteConfig } from "$fresh/server.ts";
export default function Page(props: PageProps) { return <div>Book {props.params.id}</div>;}
export const config: RouteConfig = { routeOverride: "/books/:id(\\d+)",};
fresh

Version Info

Tagged at
2 years ago